POV-Ray : Newsgroups : povray.text.scene-files : Re: 35 mm film metallic box : Re: 35 mm film metallic box Server Time
29 Jul 2024 02:35:06 EDT (-0400)
  Re: 35 mm film metallic box  
From: K  Tyler
Date: 24 Aug 1998 17:52:11
Message: <35E1C41A.D8349107@pacbell.net>
JK wrote:

> miro wrote:
>
> > Someone has and can facilitate me a file or code to generate the image of a
> > round metallic box for a 35 mm cinema film?
> >
> > Thanks!
>
> What's so special about this box? Can't you just use some cylinders and CSG?
> I'd be os so happy to show you, but I don't know what this box looks like
> exactly...
> It can't be that hard, though (??).
>
> You're welcome.
> JK


I would think two cylinders and two torus would just about do it.
See example below. If you want a better texture do it your self.

K.Tyler

camera{location z*-30 look_at 0}
light_source{<0, 0,-100>rgb 1}
light_source{<0,14,   0>rgb 1}

union{
cylinder{<0,-1,0>,<0,0,0>10.0}
cylinder{<0, 0,0>,<0,1,0>10.1}
torus{10.1,.1}
torus{10.0,.1 translate .95*y}
pigment{rgb<.97,.98,1>}
finish{metallic ambient .3 diffuse .1 reflection .12
specular 1 roughness .01 brilliance 2}
rotate 15*-x}

sky_sphere{pigment{gradient y color_map{[0 rgb 1][1 color rgb<.196,.6,.8>]}}
pigment{bozo color_map{[0 rgb 1][.5,.55 color rgbf 1 color rgb 1][1 rgbf 1]}
scale 2}}


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.